Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:
общая лексика
строк программы
характеристика объёма программы. При этом нет строгого определения, что считать строкой программы (т.е. учитываются ли строки комментариев и как учитывать строки, на которых записано сразу несколько операторов)
разговорное выражение
строк кода
синоним
Смотрите также
общая лексика
скрещивающиеся прямые
Source lines of code (SLOC), also known as lines of code (LOC), is a software metric used to measure the size of a computer program by counting the number of lines in the text of the program's source code. SLOC is typically used to predict the amount of effort that will be required to develop a program, as well as to estimate programming productivity or maintainability once the software is produced.